home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 4
/
BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso
/
Files
/
Prog
/
T
/
Terminal 2.1 Source Code.cpt
/
Terminal 2.01 Source
/
Terminal ƒ
/
Sources
/
Glue.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-12-31
|
203 b
|
10 lines
|
[
TEXT/MPS
]
; pascal void SendComplete(void);
SendComplete PROC EXPORT ; A0 has address of IOParam
MOVE.L -4(A0),A0 ; Get busy flag address
CLR.B 0(A0) ; Clear the busy flag (FALSE)
RTS
END